home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / funnyquest.swf / scripts / DefineSprite_54 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  285 b   |  12 lines

  1. this.onEnterFrame = function()
  2. {
  3.    var _loc2_ = _parent;
  4.    var _loc1_ = _loc2_.getBytesLoaded() / _loc2_.getBytesTotal();
  5.    loading_mc.bar_mc._width = Math.round(236 * _loc1_);
  6.    if(_loc1_ == 1)
  7.    {
  8.       _loc2_.loadDone = true;
  9.       delete this.onEnterFrame;
  10.    }
  11. };
  12.